home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 102 / CD-ROM 102.iso / aplic / 2sync / 2SyncSetup.exe / modules / sy / panel / scripts / DefineButton2_39 / BUTTONCONDACTION on(release).as
Encoding:
Text File  |  2002-03-20  |  207 b   |  12 lines

  1. on(release){
  2.    if(eval("_level0/data:newMail") eq "true")
  3.    {
  4.       call("_level0/lib:newMail");
  5.    }
  6.    call("../../codelib:returnsync");
  7.    tellTarget("../")
  8.    {
  9.       gotoAndStop(1);
  10.    }
  11. }
  12.